home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TFILETWEAKSPREFSFRAME
/
TFILETWEAKSPREFSFRAME.txt
Wrap
Text File
|
2008-11-03
|
2KB
|
93 lines
inherited FileTweaksPrefsFrame: TFileTweaksPrefsFrame
Caption = 'File Views'
inherited DefaultBtn: TUiButton
TabOrder = 1
end
object GeneralGroupBox: TUiGroupBox
Left = 8
Top = 8
Width = 409
Height = 201
Caption = 'General'
TabOrder = 0
object ComparisonPriorityLbl: TUiLabel
Left = 8
Top = 20
Height = 13
Caption = 'Comparison priority:'
FocusControl = ComparisonPriorityEdit
end
object BinaryCompareBufSizeLbl: TUiLabel
Left = 8
Top = 68
Height = 13
Caption = 'Buffer size for binary compare:'
FocusControl = BinaryCompareBufSizeEdit
end
object BinaryCompareBufSizeBytesLbl: TUiLabel
Left = 96
Top = 88
Height = 13
Caption = 'bytes'
FocusControl = BinaryCompareBufSizeEdit
end
object ComparisonPriorityEdit: TUiComboBox
Left = 8
Top = 36
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 1
TabOrder = 0
OnChange = SomethingChangedClick
Items.WideStrings = (
'Low'
'Normal'
'High')
end
object BinaryCompareBufSizeEdit: TUiSpinEdit
Left = 8
Top = 84
Width = 81
Height = 21
Min = 1
Position = 1
TabOrder = 1
OnChange = SomethingChangedClick
end
object SingleVertScrollBarEdit: TUiCheckBox
Left = 8
Top = 116
Height = 17
Caption = 'Single vertical scrollbar'
TabOrder = 2
OnClick = SomethingChangedClick
end
object RightVertScrollBarEdit: TUiCheckBox
Left = 24
Top = 136
Height = 17
Caption = 'In right editor'
TabOrder = 3
OnClick = SomethingChangedClick
end
object UseLeftPctEdit: TUiCheckBox
Left = 8
Top = 156
Height = 17
Caption = 'Sticky splitter position'
TabOrder = 4
OnClick = SomethingChangedClick
end
object ReplaceAutoCloseEdit: TUiCheckBox
Left = 8
Top = 176
Height = 17
Caption = 'Close Replace dialog automatically'
TabOrder = 5
OnClick = SomethingChangedClick
end
end
end